home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / mac / Photoshop 4.0 SDK r2 Mac / Examples / Selection / Shape / Shape-derez.r < prev    next >
Encoding:
Text File  |  1996-08-09  |  1.8 KB  |  134 lines  |  [TEXT/MPS ]

  1. resource 'DLOG' (16000, "About", purgeable) {
  2.     {20, 0, 190, 345},
  3.     movableDBoxProc,
  4.     visible,
  5.     noGoAway,
  6.     0x0,
  7.     16000,
  8.     "About Shape..."
  9. };
  10.  
  11. resource 'DLOG' (16001, "UI", purgeable) {
  12.     {259, 337, 443, 581},
  13.     movableDBoxProc,
  14.     visible,
  15.     goAway,
  16.     0x0,
  17.     16001,
  18.     "Shape"
  19.     /****** Extra bytes follow... ******/
  20.     /* $"2390"                                               /* #É */
  21. };
  22.  
  23. resource 'DITL' (16000, "About", purgeable) {
  24.     {    /* array DITLarray: 3 elements */
  25.         /* [1] */
  26.         {-80, 0, -60, 60},
  27.         Button {
  28.             enabled,
  29.             "Hidden"
  30.         },
  31.         /* [2] */
  32.         {0, 0, 190, 345},
  33.         UserItem {
  34.             enabled
  35.         },
  36.         /* [3] */
  37.         {5, 5, 185, 340},
  38.         StaticText {
  39.             disabled,
  40.             "^0"
  41.         }
  42.     }
  43. };
  44.  
  45. resource 'DITL' (16001, "UI", purgeable) {
  46.     {    /* array DITLarray: 14 elements */
  47.         /* [1] */
  48.         {8, 164, 28, 232},
  49.         Button {
  50.             enabled,
  51.             "OK"
  52.         },
  53.         /* [2] */
  54.         {36, 166, 56, 230},
  55.         Button {
  56.             enabled,
  57.             "Cancel"
  58.         },
  59.         /* [3] */
  60.         {4, 11, 32, 57},
  61.         StaticText {
  62.             disabled,
  63.             "Shape:"
  64.         },
  65.         /* [4] */
  66.         {4, 67, 20, 159},
  67.         RadioButton {
  68.             enabled,
  69.             "Triangle"
  70.         },
  71.         /* [5] */
  72.         {20, 67, 36, 159},
  73.         RadioButton {
  74.             enabled,
  75.             "Square"
  76.         },
  77.         /* [6] */
  78.         {36, 67, 52, 159},
  79.         RadioButton {
  80.             enabled,
  81.             "Circle"
  82.         },
  83.         /* [7] */
  84.         {52, 67, 68, 159},
  85.         RadioButton {
  86.             enabled,
  87.             "Star"
  88.         },
  89.         /* [8] */
  90.         {68, 67, 84, 159},
  91.         RadioButton {
  92.             enabled,
  93.             "Treble"
  94.         },
  95.         /* [9] */
  96.         {84, 67, 100, 159},
  97.         RadioButton {
  98.             enabled,
  99.             "Ribbon"
  100.         },
  101.         /* [10] */
  102.         {100, 67, 116, 159},
  103.         RadioButton {
  104.             enabled,
  105.             "Note"
  106.         },
  107.         /* [11] */
  108.         {128, 7, 156, 57},
  109.         StaticText {
  110.             disabled,
  111.             "Create:"
  112.         },
  113.         /* [12] */
  114.         {128, 67, 144, 159},
  115.         RadioButton {
  116.             enabled,
  117.             "Selection"
  118.         },
  119.         /* [13] */
  120.         {144, 67, 160, 159},
  121.         RadioButton {
  122.             enabled,
  123.             "Path"
  124.         },
  125.         /* [14] */
  126.         {160, 67, 176, 159},
  127.         RadioButton {
  128.             enabled,
  129.             "Layer"
  130.         }
  131.     }
  132. };
  133.  
  134.